Skip to content

Created demo modules for testing purposes. Jacoco report switched to …#86

Draft
miroslavpojer wants to merge 9 commits into
masterfrom
chore/upddate-to-latest-jacoco-report-gh-action
Draft

Created demo modules for testing purposes. Jacoco report switched to …#86
miroslavpojer wants to merge 9 commits into
masterfrom
chore/upddate-to-latest-jacoco-report-gh-action

Conversation

@miroslavpojer
Copy link
Copy Markdown
Collaborator

@miroslavpojer miroslavpojer commented May 17, 2026

Update JaCoCo report GitHub Action and add Python setup

Summary

This PR upgrades the MoranaApps/jacoco-report action to its latest pinned commit and adds a required Python setup step to the JaCoCo CI workflow. No library source or test code is changed.


Changes

.github/workflows/jacoco_report.yml

  • Added Setup Python step (actions/setup-python@a309ff8..., Python 3.14) before the database setup — required by the newer jacoco-report action version.
  • Bumped MoranaApps/jacoco-report action pin from 54bfe2852a5f9c.

Release Notes

  • Upgraded MoranaApps/jacoco-report action to latest stable commit (52a5f9c) for improved coverage reporting in PR comments.
  • Added Python 3.14 setup step to the JaCoCo workflow, required as a dependency of the updated action.

@miroslavpojer miroslavpojer self-assigned this May 17, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 17, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 8d60c936-ebcf-40c7-a6ba-36c13bf25615

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/upddate-to-latest-jacoco-report-gh-action

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@AbsaOSS AbsaOSS deleted a comment from github-actions Bot May 17, 2026
@miroslavpojer
Copy link
Copy Markdown
Collaborator Author

miroslavpojer commented May 17, 2026

JaCoCo Coverage Report

Metric (instruction) Coverage Threshold Δ Coverage Status
Overall 82.07% 80.0% +1.17%
Changed Files 54.5% 70.0% +14.0%
Group Coverage (O/Ch) Threshold (O/Ch) Δ Coverage (O/Ch) Status (O/Ch)
calc 61.9% / 61.9% 83.0% / 73.0% 0.0% / 0.0% ❌/❌
rest 82.43% / 52.53% 82.0% / 72.0% +1.19% / +17.72% ✅/❌
Report Coverage (O/Ch) Threshold (O/Ch) Δ Coverage (O/Ch) Status (O/Ch)
Report: calculator - scala:2.12.18 61.9% / 61.9% 83.0% / 73.0% 0.0% / 0.0% ❌/❌
Report: formatter - scala:2.12.18 56.82% / 56.82% 82.0% / 72.0% +31.82% / +31.82% ❌/❌
Report: validator - scala:2.12.18 47.14% / 47.14% 82.0% / 72.0% 0.0% / 0.0% ❌/❌
File Path Coverage Threshold Δ Coverage Status
Calculator.scala 61.9% 53.0% 0.0%
Formatter.scala 56.82% 52.0% +31.82%
Validator.scala 47.14% 52.0% 0.0%

Event: pull_request

miroslavpojer and others added 6 commits May 17, 2026 21:06
…, and technical debt

- Created `operative_task.yml` for general operational and management tasks.
- Introduced `pointer.yml` to track external work across repositories.
- Added `spike_task.yml` for research and investigation tasks.
- Implemented `technical_debt.yml` to document and address technical debt items.

docs: Add Copilot instructions and review rules

- Created `copilot-instructions.md` detailing coding guidelines, output discipline, and testing practices.
- Added `copilot-review-rules.md` to define review behavior and commenting rules.

chore: Configure Dependabot and GitHub workflows

- Added `dependabot.yml` for automated dependency updates.
- Created various workflows for issue assignment, build, release drafting, and publishing.
- Implemented checks for release notes presence and JaCoCo code coverage.

test: Add filename check workflow

- Introduced `test_filenames_check.yml` to enforce naming conventions for test files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant